Searched refs:GATT_Register (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_test.c226 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_attr.c277 gatt_cb.gatt_if = GATT_Register(&app_uuid, &gatt_profile_cback);
H A Dgatt_api.c1184 ** Function GATT_Register
1195 tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, tGATT_CBACK *p_cb_info) function
1201 GATT_TRACE_API ("GATT_Register");
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_eng.c445 srvc_eng_cb.gatt_if = GATT_Register(&app_uuid, &srvc_gatt_cback);
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h1023 ** Function GATT_Register
1034 GATT_API extern tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, tGATT_CBACK *p_cb_info);
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c393 gap_cb.gatt_if = GATT_Register(&app_uuid, &gap_cback);
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_act.c234 GATT_Register(&p_msg->api_reg.app_uuid, &bta_gatts_cback);
H A Dbta_gattc_act.c201 if ((p_app_uuid == NULL) || (p_cb->cl_rcb[i].client_if = GATT_Register(p_app_uuid, &bta_gattc_cl_cback)) == 0)

Completed in 103 milliseconds