Home
last modified time | relevance | path

Searched refs:char_c (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c938 evt_data_gatt_discovery_char_t char_c; in discover_func() member
972 event_data.char_c.conn_handle = bt_conn_index(conn); in discover_func()
973 event_data.char_c.attr_handle = attr->handle; in discover_func()
974 event_data.char_c.val_handle = attr->handle + 1; in discover_func()
975 event_data.char_c.props = chrc->properties; in discover_func()
976 uuid_covert(&event_data.char_c.uuid, chrc->uuid); in discover_func()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c167 evt_data_gatt_discovery_char_t char_c; in event_gatt_discovery() member
180 printf("Characteristic %s found: handle %x\n", (char *)(&e->char_c.uuid), in event_gatt_discovery()
181 e->char_c.attr_handle); in event_gatt_discovery()
182 print_chrc_props(e->char_c.props); in event_gatt_discovery()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dgatt.c139 evt_data_gatt_discovery_char_t char_c; in event_gatt_discovery() member
152 printf("Characteristic %s found: handle %x\n", uuid_str(&e->char_c.uuid), in event_gatt_discovery()
153 e->char_c.attr_handle); in event_gatt_discovery()
154 print_chrc_props(e->char_c.props); in event_gatt_discovery()

Completed in 11 milliseconds