Searched refs:p_app_uuid128 (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_api.c150 tBT_UUID *p_app_uuid128; local
161 p_app_uuid128 = &p_reg->app_uuid128;
163 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) != NULL)
209 p_list->asgn_range.app_uuid128 = *p_app_uuid128;
401 tBT_UUID *p_app_uuid128; local
410 p_app_uuid128 = &p_reg->app_uuid128;
412 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) == NULL)
430 if ((i_sreg = gatt_sr_find_i_rcb_by_app_id (p_app_uuid128,
1182 ** Parameter p_app_uuid128: Application UUID
1188 tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, tGATT_CBAC argument
[all...]
H A Dgatt_int.h577 extern tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
592 extern tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
616 extern UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
H A Dgatt_utils.c201 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) argument
213 if (gatt_uuid_compare(*p_app_uuid128, p->app_uuid128)
357 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, argument
368 if ( gatt_uuid_compare (*p_app_uuid128, p_list->asgn_range.app_uuid128)
1364 UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) argument
1377 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) &&
/system/bt/stack/include/
H A Dgatt_api.h1028 ** Parameter p_app_uuid128: Application UUID
1034 extern tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, tGATT_CBACK *p_cb_info);

Completed in 37 milliseconds