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

  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 804 GATT_Connect(gap_cb.gatt_if, p_clcb->bda, TRUE);
853 GATT_Connect(gap_cb.gatt_if, p_clcb->bda, TRUE);
945 GATT_Connect(gap_cb.gatt_if, p_clcb->bda, TRUE);
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 237 if ( !GATT_Connect(test_cb.gatt_if, params->bda1->address, TRUE) )
239 ALOGE("%s: GATT_Connect failed!", __FUNCTION__);
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h     [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 450 return GATT_Connect(srvc_eng_cb.gatt_if, peer_bda, TRUE);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 694 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda, p_msg->api_open.is_direct))
bta_gattc_act.c 472 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda, TRUE))
511 if (!GATT_Connect(p_data->client_if, p_data->remote_bda, FALSE))
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c     [all...]

Completed in 217 milliseconds