Home
last modified time | relevance | path

Searched refs:reg_for_notify (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c689 status = BTA_GATTC_RegisterForNotifications(arg->reg_for_notify.gattc_if, in btc_gattc_reg_for_notify()
690 arg->reg_for_notify.remote_bda, in btc_gattc_reg_for_notify()
691 arg->reg_for_notify.handle); in btc_gattc_reg_for_notify()
694 param.reg_for_notify.status = status; in btc_gattc_reg_for_notify()
695 param.reg_for_notify.handle = arg->reg_for_notify.handle; in btc_gattc_reg_for_notify()
696 btc_gattc_cb_to_app(ESP_GATTC_REG_FOR_NOTIFY_EVT, arg->reg_for_notify.gattc_if, &param); in btc_gattc_reg_for_notify()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h173 } reg_for_notify; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c820 arg.reg_for_notify.gattc_if = gattc_if; in esp_ble_gattc_register_for_notify()
821 memcpy(arg.reg_for_notify.remote_bda, server_bda, sizeof(esp_bd_addr_t)); in esp_ble_gattc_register_for_notify()
822 arg.reg_for_notify.handle = handle; in esp_ble_gattc_register_for_notify()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h195 …} reg_for_notify; /*!< Callback parameter for the event `ESP_GATTC_REG_FOR_NOTIF… member