Searched refs:ESP_GATTS_EXEC_WRITE_EVT (Results 1 – 16 of 16) sorted by relevance
31 …ESP_GATTS_EXEC_WRITE_EVT = 3, /*!< When gatt client request execute write, the even… enumerator
118 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_event_handler()
323 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_a_event_handler()470 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_b_event_handler()
398 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_a_event_handler()569 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_b_event_handler()
415 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_event_handler()
369 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_event_handler()
234 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_a_event_handler()
678 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_a_event_handler()815 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_b_event_handler()
428 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_event_handler()
128 * The device prints the log: ``ESP_GATTS_EXEC_WRITE_EVT, Length=256`` and ``(4) ***** long write su…
198 case ESP_GATTS_EXEC_WRITE_EVT: { in bas_gatts_callback()
547 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_event_handler()
558 case ESP_GATTS_EXEC_WRITE_EVT:{ in gatts_profile_event_handler()
456 case ESP_GATTS_EXEC_WRITE_EVT: in gatts_profile_a_event_handler()
904 …y sending an Executive Write Request. This command triggers an `ESP_GATTS_EXEC_WRITE_EVT` event. T…907 case ESP_GATTS_EXEC_WRITE_EVT: 908 ESP_LOGI(GATTS_TAG,"ESP_GATTS_EXEC_WRITE_EVT");
811 btc_gatts_cb_to_app(ESP_GATTS_EXEC_WRITE_EVT, gatts_if, ¶m); in btc_gatts_cb_handler()