Home
last modified time | relevance | path

Searched refs:heart_rate_profile_tab (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c81 static struct gatts_profile_inst heart_rate_profile_tab[HEART_PROFILE_NUM] = { variable
432 heart_rate_profile_tab[HEART_PROFILE_APP_IDX].gatts_if = gatts_if; in gatts_event_handler()
445 gatts_if == heart_rate_profile_tab[idx].gatts_if) { in gatts_event_handler()
446 if (heart_rate_profile_tab[idx].gatts_cb) { in gatts_event_handler()
447 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c99 static struct gatts_profile_inst heart_rate_profile_tab[HEART_PROFILE_NUM] = { variable
478 heart_rate_profile_tab[HEART_PROFILE_APP_IDX].gatts_if = gatts_if; in gatts_event_handler()
491 gatts_if == heart_rate_profile_tab[idx].gatts_if) { in gatts_event_handler()
492 if (heart_rate_profile_tab[idx].gatts_cb) { in gatts_event_handler()
493 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c154 static struct gatts_profile_inst heart_rate_profile_tab[PROFILE_NUM] = { variable
494 heart_rate_profile_tab[PROFILE_APP_IDX].gatts_if = gatts_if; in gatts_event_handler()
506 if (gatts_if == ESP_GATT_IF_NONE || gatts_if == heart_rate_profile_tab[idx].gatts_if) { in gatts_event_handler()
507 if (heart_rate_profile_tab[idx].gatts_cb) { in gatts_event_handler()
508 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c162 static struct gatts_profile_inst heart_rate_profile_tab[PROFILE_NUM] = { variable
597 heart_rate_profile_tab[PROFILE_APP_IDX].gatts_if = gatts_if; in gatts_event_handler()
609 if (gatts_if == ESP_GATT_IF_NONE || gatts_if == heart_rate_profile_tab[idx].gatts_if) { in gatts_event_handler()
610 if (heart_rate_profile_tab[idx].gatts_cb) { in gatts_event_handler()
611 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_device_le_prf.c682 static struct gatts_profile_inst heart_rate_profile_tab[PROFILE_NUM] = { variable
696 heart_rate_profile_tab[PROFILE_APP_IDX].gatts_if = gatts_if; in gatts_event_handler()
709 gatts_if == heart_rate_profile_tab[idx].gatts_if) { in gatts_event_handler()
710 if (heart_rate_profile_tab[idx].gatts_cb) { in gatts_event_handler()
711 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param); in gatts_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md143 The profiles are stored in the ``heart_rate_profile_tab`` array. Since there is only one profile in…
147 static struct gatts_profile_inst heart_rate_profile_tab[HEART_PROFILE_NUM] = {
328 heart_rate_profile_tab[HEART_PROFILE_APP_IDX].gatts_if = gatts_if;
341 gatts_if == heart_rate_profile_tab[idx].gatts_if) {
342 if (heart_rate_profile_tab[idx].gatts_cb) {
343 heart_rate_profile_tab[idx].gatts_cb(event, gatts_if, param);