Home | History | Annotate | Download | only in gatt

Lines Matching refs:transport

45               tGATT_DISCONN_REASON reason, tBT_TRANSPORT transport);
113 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_bd_addr(BD_ADDR bda, tBT_TRANSPORT transport)
120 if (p_clcb->in_use && p_clcb->transport == transport &&
149 p_clcb->transport = tranport;
234 tBT_TRANSPORT transport)
242 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr(bda, transport);
245 p_clcb = gatt_profile_clcb_alloc(conn_id, bda, transport);
443 void GATT_ConfigServiceChangeCCC (BD_ADDR remote_bda, BOOLEAN enable, tBT_TRANSPORT transport)
445 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr (remote_bda, transport);
448 p_clcb = gatt_profile_clcb_alloc (0, remote_bda, transport);
453 if (GATT_GetConnIdIfConnected (gatt_cb.gatt_if, remote_bda, &p_clcb->conn_id, transport))
458 GATT_Connect(gatt_cb.gatt_if, remote_bda, TRUE, transport);