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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 226 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 277 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback);
gatt_api.c     [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng.c 445 srvc_eng_cb.gatt_if = GATT_Register(&app_uuid, &srvc_gatt_cback);
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h     [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 393 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 234 GATT_Register(&p_msg->api_reg.app_uuid, &bta_gatts_cback);
bta_gattc_act.c 201 if ((p_app_uuid == NULL) || (p_cb->cl_rcb[i].client_if = GATT_Register(p_app_uuid, &bta_gattc_cl_cback)) == 0)
    [all...]

Completed in 61 milliseconds