Searched refs:ESP_GATTS_ADD_CHAR_EVT (Results 1 – 11 of 11) sorted by relevance
37 …ESP_GATTS_ADD_CHAR_EVT = 9, /*!< When add characteristic complete, the event come… enumerator
108 case ESP_GATTS_ADD_CHAR_EVT: in airsync_profile_cb()
132 case ESP_GATTS_ADD_CHAR_EVT: in button_profile_cb()
351 case ESP_GATTS_ADD_CHAR_EVT: { in gatts_profile_a_event_handler()498 case ESP_GATTS_ADD_CHAR_EVT: in gatts_profile_b_event_handler()
426 case ESP_GATTS_ADD_CHAR_EVT: { in gatts_profile_a_event_handler()597 case ESP_GATTS_ADD_CHAR_EVT: in gatts_profile_b_event_handler()
262 case ESP_GATTS_ADD_CHAR_EVT: { in gatts_profile_a_event_handler()
702 case ESP_GATTS_ADD_CHAR_EVT: { in gatts_profile_a_event_handler()843 case ESP_GATTS_ADD_CHAR_EVT: in gatts_profile_b_event_handler()
109 case ESP_GATTS_ADD_CHAR_EVT: { in bas_gatts_callback()
493 case ESP_GATTS_ADD_CHAR_EVT: { in gatts_profile_a_event_handler()
860 btc_gatts_cb_to_app(ESP_GATTS_ADD_CHAR_EVT, gatts_if, ¶m); in btc_gatts_cb_handler()
545 Adding a characteristic to a service triggers an `ESP_GATTS_ADD_CHAR_EVT` event, which returns the …557 case ESP_GATTS_ADD_CHAR_EVT: {