• Home
  • Raw
  • Download

Lines Matching refs:tBT_UUID

184 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()
340 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_app_id (tBT_UUID *p_app_uuid128, in gatt_find_hdl_buffer_by_app_id()
341 tBT_UUID *p_svc_uuid, in gatt_find_hdl_buffer_by_app_id()
391 void gatt_free_srvc_db_buffer_app_id(tBT_UUID *p_app_id) in gatt_free_srvc_db_buffer_app_id()
398 if (memcmp(p_app_id, &p_elem->asgn_range.app_uuid128, sizeof(tBT_UUID)) == 0) in gatt_free_srvc_db_buffer_app_id()
417 BOOLEAN gatt_is_last_attribute(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_start, tBT_UUID in gatt_is_last_attribute()
422 tBT_UUID *p_svc_uuid; in gatt_is_last_attribute()
1000 BOOLEAN gatt_uuid_compare (tBT_UUID src, tBT_UUID tar) in gatt_uuid_compare()
1065 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) in gatt_build_uuid_to_stream()
1100 BOOLEAN gatt_parse_uuid_from_cmd(tBT_UUID *p_uuid_rec, UINT16 uuid_size, UINT8 **p_data) in gatt_parse_uuid_from_cmd()
1106 memset(p_uuid_rec, 0, sizeof(tBT_UUID)); in gatt_parse_uuid_from_cmd()
1310 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()
1314 tBT_UUID *p_this_uuid; in gatt_sr_find_i_rcb_by_app_id()
1358 memcpy (&p_sreg->app_uuid, &p_list->asgn_range.app_uuid128, sizeof(tBT_UUID)); in gatt_sr_alloc_rcb()
1472 UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl) in gatt_add_sdp_record()
2095 UINT16 e_handle, tBT_UUID uuid) in gatt_act_send_browse()
2101 memcpy(&msg.browse.uuid, &uuid, sizeof(tBT_UUID)); in gatt_act_send_browse()
2287 void gatt_dbg_display_uuid(tBT_UUID bt_uuid) in gatt_dbg_display_uuid()