Home | History | Annotate | Download | only in hh

Lines Matching defs:p_desc

658         tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn);
661 p_desc->uuid.uu.uuid16 == short_uuid)
662 return p_desc;
677 const tBTA_GATTC_DESCRIPTOR *p_desc = find_descriptor_by_short_uuid(p_cb->conn_id, char_handle, short_uuid);
678 if (!p_desc)
681 gatt_queue_read_op(GATT_READ_DESC, p_cb->conn_id, p_desc->handle);
911 tBTA_GATTC_DESCRIPTOR *p_desc = find_descriptor_by_short_uuid(p_cb->conn_id,
913 if (!p_desc)
918 p_desc->handle, 2, buf, BTA_GATTC_TYPE_WRITE);
1909 const tBTA_GATTC_DESCRIPTOR *p_desc = BTA_GATTC_GetDescriptor(p_data->conn_id, p_data->handle);
1910 if (p_desc == NULL) {
1916 if (p_desc->uuid.uu.uuid16 == GATT_UUID_CHAR_CLIENT_CONFIG)
1919 p_desc->characteristic->service->handle,
1920 p_desc->characteristic->uuid.uu.uuid16,
1921 p_desc->characteristic->handle)) != NULL)
1949 const tBTA_GATTC_DESCRIPTOR *p_desc = BTA_GATTC_GetDescriptor(p_data->conn_id, p_data->handle);
1950 if (p_desc == NULL) {
1955 char_uuid16 = p_desc->characteristic->uuid.uu.uuid16;
1959 bta_hh_uuid_to_str(p_desc->uuid.uu.uuid16),
1960 p_desc->uuid.uu.uuid16);
1966 p_desc->characteristic->service->handle,
1968 p_desc->characteristic->handle)))
1978 p_desc->characteristic->service->handle,
1980 p_desc->characteristic->handle)))
2094 const tBTA_GATTC_DESCRIPTOR *p_desc = BTA_GATTC_GetDescriptor(p_dev_cb->conn_id,
2097 UINT16 desc_uuid = p_desc->uuid.uu.uuid16;
2098 UINT16 char_uuid = p_desc->characteristic->uuid.uu.uuid16;
2102 srvc_inst_id = p_desc->characteristic->service->handle;