Searched refs:p_app_uuid128 (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 167 tBT_UUID *p_app_uuid128; in GATTS_CreateService() local 177 p_app_uuid128 = &p_reg->app_uuid128; in GATTS_CreateService() 179 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) != NULL) { in GATTS_CreateService() 215 p_list->asgn_range.app_uuid128 = *p_app_uuid128; in GATTS_CreateService() 397 tBT_UUID *p_app_uuid128; in GATTS_DeleteService() local 405 p_app_uuid128 = &p_reg->app_uuid128; in GATTS_DeleteService() 407 if ((p_list = gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) == NULL) { in GATTS_DeleteService() 426 if ((i_sreg = gatt_sr_find_i_rcb_by_app_id (p_app_uuid128, in GATTS_DeleteService() 1286 tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, const tGATT_CBACK *p_cb_info) in GATT_Register() argument 1293 gatt_dbg_display_uuid(*p_app_uuid128); in GATT_Register() [all …]
|
D | gatt_utils.c | 228 tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid,… in gatt_sr_is_new_srv_chg() argument 241 if (gatt_uuid_compare(*p_app_uuid128, p->app_uuid128) in gatt_sr_is_new_srv_chg() 410 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, in gatt_find_hdl_buffer_by_app_id() argument 420 if ( gatt_uuid_compare (*p_app_uuid128, p_list->asgn_range.app_uuid128) in gatt_find_hdl_buffer_by_app_id() 1430 UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst) in gatt_sr_find_i_rcb_by_app_id() argument 1441 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) && in gatt_sr_find_i_rcb_by_app_id()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 641 extern tGATTS_PENDING_NEW_SRV_START *gatt_sr_is_new_srv_chg(tBT_UUID *p_app_uuid128, tBT_UUID *p_sv… 656 extern tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, tBT_UUID *p_sv… 682 extern UINT8 gatt_sr_find_i_rcb_by_app_id(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 1092 extern tGATT_IF GATT_Register (tBT_UUID *p_app_uuid128, const tGATT_CBACK *p_cb_info);
|