Searched refs:char_des (Results 1 – 3 of 3) sorted by relevance
168 evt_data_gatt_discovery_char_des_t char_des; in event_gatt_discovery() member192 … printf("Descriptor %s found: handle %x\n", uuid_str(&e->char_des.uuid), e->char_des.attr_handle); in event_gatt_discovery()
939 evt_data_gatt_discovery_char_des_t char_des; in discover_func() member979 event_data.char_des.conn_handle = bt_conn_index(conn); in discover_func()980 event_data.char_des.attr_handle = attr->handle; in discover_func()981 uuid_covert(&event_data.char_des.uuid, params->uuid); in discover_func()
140 evt_data_gatt_discovery_char_des_t char_des; in event_gatt_discovery() member164 … printf("Descriptor %s found: handle %x\n", uuid_str(&e->char_des.uuid), e->char_des.attr_handle); in event_gatt_discovery()
Completed in 11 milliseconds