Home
last modified time | relevance | path

Searched refs:p_service (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Da2d_api.h128 typedef void (tA2D_FIND_CBACK)(BOOLEAN found, tA2D_Service *p_service);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c49 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is…
66 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, in gatts_init_service_db() argument
85 return gatts_db_add_service_declaration(p_db, p_service, is_pri); in gatts_init_service_db()
1549 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is… in gatts_db_add_service_declaration() argument
1566 if (p_service->len == LEN_UUID_16) { in gatts_db_add_service_declaration()
1568 p_attr->p_value->uuid.uu.uuid16 = p_service->uu.uuid16; in gatts_db_add_service_declaration()
1569 } else if (p_service->len == LEN_UUID_32) { in gatts_db_add_service_declaration()
1571 … gatt_convert_uuid32_to_uuid128(p_attr->p_value->uuid.uu.uuid128, p_service->uu.uuid32); in gatts_db_add_service_declaration()
1574 memcpy(p_attr->p_value->uuid.uu.uuid128, p_service->uu.uuid128, LEN_UUID_128); in gatts_db_add_service_declaration()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c2430 tBTA_GATTC_SERVICE *p_service = NULL; in bta_gattc_register_service_change_notify() local
2459 p_service = list_node(sn); in bta_gattc_register_service_change_notify()
2460 if (bta_gattc_uuid_compare(&gatt_service_uuid, &p_service->uuid, TRUE)) { in bta_gattc_register_service_change_notify()
2472 if (p_service->characteristics) { in bta_gattc_register_service_change_notify()
2473 for (list_node_t *cn = list_begin(p_service->characteristics); in bta_gattc_register_service_change_notify()
2474 cn != list_end(p_service->characteristics); cn = list_next(cn)) { in bta_gattc_register_service_change_notify()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h747 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT…
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c701 static void bta_av_a2d_sdp_cback(BOOLEAN found, tA2D_Service *p_service) in bta_av_a2d_sdp_cback() argument
711 if (found && (p_service != NULL)) { in bta_av_a2d_sdp_cback()
712 p_scb->avdt_version = p_service->avdt_version; in bta_av_a2d_sdp_cback()