HomeSort by relevance Sort by last modified time
    Searched refs:GATT_Connect (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 247 if ( !GATT_Connect(test_cb.gatt_if, params->bda1->address, TRUE, BT_TRANSPORT_LE) )
249 ALOGE("%s: GATT_Connect failed!", __FUNCTION__);
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 726 if (GATT_Connect(gap_cb.gatt_if, p_clcb->bda, TRUE, BT_TRANSPORT_LE))
778 if (GATT_Connect(gap_cb.gatt_if, p_clcb->bda, TRUE, BT_TRANSPORT_LE))
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 497 GATT_Connect(gatt_cb.gatt_if, remote_bda, TRUE, transport);
gatt_api.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h     [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 487 return GATT_Connect(srvc_eng_cb.gatt_if, peer_bda, TRUE, BT_TRANSPORT_LE);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 523 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda,
564 if (!GATT_Connect(p_data->client_if, p_data->remote_bda, FALSE, p_data->transport))
    [all...]
bta_gatts_act.c 716 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda,

Completed in 160 milliseconds