Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c47 static BOOLEAN gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is…
64 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, in gatts_init_service_db() argument
83 return gatts_db_add_service_declaration(p_db, p_service, is_pri); in gatts_init_service_db()
1475 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
1492 if (p_service->len == LEN_UUID_16) { in gatts_db_add_service_declaration()
1494 p_attr->p_value->uuid.uu.uuid16 = p_service->uu.uuid16; in gatts_db_add_service_declaration()
1495 } else if (p_service->len == LEN_UUID_32) { in gatts_db_add_service_declaration()
1497 … gatt_convert_uuid32_to_uuid128(p_attr->p_value->uuid.uu.uuid128, p_service->uu.uuid32); in gatts_db_add_service_declaration()
1500 memcpy(p_attr->p_value->uuid.uu.uuid128, p_service->uu.uuid128, LEN_UUID_128); in gatts_db_add_service_declaration()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/
Da2d_api.h125 typedef void (tA2D_FIND_CBACK)(BOOLEAN found, tA2D_Service *p_service);
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c2367 tBTA_GATTC_SERVICE *p_service = NULL; in bta_gattc_register_service_change_notify() local
2396 p_service = list_node(sn); in bta_gattc_register_service_change_notify()
2397 if (bta_gattc_uuid_compare(&gatt_service_uuid, &p_service->uuid, TRUE)) { in bta_gattc_register_service_change_notify()
2409 if (p_service->characteristics) { in bta_gattc_register_service_change_notify()
2410 for (list_node_t *cn = list_begin(p_service->characteristics); in bta_gattc_register_service_change_notify()
2411 cn != list_end(p_service->characteristics); cn = list_next(cn)) { in bta_gattc_register_service_change_notify()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c690 static void bta_av_a2d_sdp_cback(BOOLEAN found, tA2D_Service *p_service) in bta_av_a2d_sdp_cback() argument
700 if (found && (p_service != NULL)) { in bta_av_a2d_sdp_cback()
701 p_scb->avdt_version = p_service->avdt_version; in bta_av_a2d_sdp_cback()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h728 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID *p_service, BOOLEAN is_pri, UINT…