Searched refs:p_desc (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_cache.c | 1214 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_descriptor_srcb() local 1215 if (handle == p_desc->handle) { in bta_gattc_get_descriptor_srcb() 1216 return p_desc; in bta_gattc_get_descriptor_srcb() 1443 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_db_with_opration() local 1445 if (p_desc->handle < start_handle) { in bta_gattc_get_db_with_opration() 1448 if (p_desc->handle > end_handle) { in bta_gattc_get_db_with_opration() 1454 … (descr_uuid == NULL || bta_gattc_uuid_compare(&p_desc->uuid, descr_uuid, TRUE))) || in bta_gattc_get_db_with_opration() 1455 … (op == GATT_OP_GET_DESCRI_BY_HANDLE && bta_gattc_uuid_compare(&p_desc->uuid, descr_uuid, TRUE))) { in bta_gattc_get_db_with_opration() 1458 p_desc->handle, in bta_gattc_get_db_with_opration() 1461 p_desc->handle, in bta_gattc_get_db_with_opration() [all …]
|
D | bta_gattc_act.c | 2369 tBTA_GATTC_DESCRIPTOR *p_desc = NULL; in bta_gattc_register_service_change_notify() local 2429 p_desc = list_node(dn); in bta_gattc_register_service_change_notify() 2430 if (bta_gattc_uuid_compare(&gatt_ccc_uuid, &p_desc->uuid, TRUE)) { in bta_gattc_register_service_change_notify() 2448 p_conn->svc_change_descr_handle = p_desc->handle; in bta_gattc_register_service_change_notify() 2456 …BTA_GATTC_WriteCharDescr (conn_id, p_desc->handle, BTA_GATTC_TYPE_WRITE, &indicate_v, BTA_GATT_AUT… in bta_gattc_register_service_change_notify()
|