Searched refs:p_output (Results 1 – 1 of 1) sorted by relevance
347 void bta_hh_le_fill_16bits_gatt_id(UINT8 inst_id, UINT16 uuid, tBTA_GATT_ID *p_output) in bta_hh_le_fill_16bits_gatt_id() argument349 p_output->inst_id = inst_id; in bta_hh_le_fill_16bits_gatt_id()350 p_output->uuid.len = LEN_UUID_16; in bta_hh_le_fill_16bits_gatt_id()351 p_output->uuid.uu.uuid16 = uuid; in bta_hh_le_fill_16bits_gatt_id()363 tBTA_GATT_SRVC_ID *p_output) in bta_hh_le_fill_16bits_srvc_id() argument365 memset((void *)p_output, 0, sizeof(tBTA_GATT_SRVC_ID)); in bta_hh_le_fill_16bits_srvc_id()366 p_output->is_primary = is_pri; in bta_hh_le_fill_16bits_srvc_id()367 bta_hh_le_fill_16bits_gatt_id(inst_id, srvc_uuid, &p_output->id); in bta_hh_le_fill_16bits_srvc_id()380 tBTA_GATT_ID *p_output) in bta_hh_le_fill_16bits_char_id() argument382 memset((void *)p_output, 0, sizeof(tBTA_GATT_ID)); in bta_hh_le_fill_16bits_char_id()[all …]