Home
last modified time | relevance | path

Searched refs:send_service_change (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gatts_api.c376 arg.send_service_change.gatts_if = gatts_if; in esp_ble_gatts_send_service_change_indication()
378 memcpy(&arg.send_service_change.remote_bda, remote_bda, sizeof(esp_bd_addr_t)); in esp_ble_gatts_send_service_change_indication()
380 memset(arg.send_service_change.remote_bda, 0, sizeof(esp_bd_addr_t)); in esp_ble_gatts_send_service_change_indication()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gatts.h150 } send_service_change; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c739 memcpy(remote_bda, arg->send_service_change.remote_bda, BD_ADDR_LEN); in btc_gatts_call_handler()
740 BTA_GATTS_SendServiceChangeIndication(arg->send_service_change.gatts_if, remote_bda); in btc_gatts_call_handler()