Home
last modified time | relevance | path

Searched refs:p_desc (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/pan/
Dpan_api.cc132 const char* p_desc; in PAN_SetRole() local
165 p_desc = PAN_NAP_DEFAULT_DESCRIPTION; in PAN_SetRole()
171 pan_register_with_sdp(UUID_SERVCLASS_NAP, p_sec[2], p_nap_name, p_desc); in PAN_SetRole()
192 p_desc = PAN_GN_DEFAULT_DESCRIPTION; in PAN_SetRole()
198 pan_register_with_sdp(UUID_SERVCLASS_GN, p_sec[1], p_gn_name, p_desc); in PAN_SetRole()
218 p_desc = PAN_PANU_DEFAULT_DESCRIPTION; in PAN_SetRole()
223 UUID_SERVCLASS_PANU, p_sec[0], p_user_name, p_desc); in PAN_SetRole()
Dpan_utils.cc65 const char* p_name, const char* p_desc) { in pan_register_with_sdp() argument
100 (uint8_t)(strlen(p_desc) + 1), (uint8_t*)p_desc); in pan_register_with_sdp()
Dpan_int.h120 const char* p_name, const char* p_desc);
/system/bt/bta/hh/
Dbta_hh_le.cc489 const gatt::Descriptor* p_desc = in bta_hh_le_read_char_descriptor() local
491 if (!p_desc) return BTA_HH_ERR; in bta_hh_le_read_char_descriptor()
493 BtaGattQueue::ReadDescriptor(p_cb->conn_id, p_desc->handle, cb, cb_data); in bta_hh_le_read_char_descriptor()
674 const gatt::Descriptor* p_desc = find_descriptor_by_short_uuid( in bta_hh_le_write_ccc() local
676 if (!p_desc) return false; in bta_hh_le_write_ccc()
682 BtaGattQueue::WriteDescriptor(p_cb->conn_id, p_desc->handle, std::move(value), in bta_hh_le_write_ccc()
1313 const gatt::Descriptor* p_desc = BTA_GATTC_GetDescriptor(conn_id, handle); in read_report_ref_desc_cb() local
1315 if (!p_desc) { in read_report_ref_desc_cb()