Lines Matching refs:transport
58 tBT_TRANSPORT transport);
129 const RawAddress& bda, tBT_TRANSPORT transport) { in gatt_profile_find_clcb_by_bd_addr() argument
135 if (p_clcb->in_use && p_clcb->transport == transport && p_clcb->connected && in gatt_profile_find_clcb_by_bd_addr()
166 p_clcb->transport = tranport; in gatt_profile_clcb_alloc()
310 tBT_TRANSPORT transport) { in gatt_connect_cback() argument
315 gatt_profile_find_clcb_by_bd_addr(bda, transport); in gatt_connect_cback()
458 tBT_TRANSPORT transport; in gatt_attr_send_is_eatt_cb() local
460 GATT_GetConnectionInfor(conn_id, &gatt_if, bd_addr, &transport); in gatt_attr_send_is_eatt_cb()
638 tBT_TRANSPORT transport) { in GATT_ConfigServiceChangeCCC() argument
640 gatt_profile_find_clcb_by_bd_addr(remote_bda, transport); in GATT_ConfigServiceChangeCCC()
643 p_clcb = gatt_profile_clcb_alloc(0, remote_bda, transport); in GATT_ConfigServiceChangeCCC()
648 transport)) { in GATT_ConfigServiceChangeCCC()
652 GATT_Connect(gatt_cb.gatt_if, remote_bda, true, transport, true); in GATT_ConfigServiceChangeCCC()