Lines Matching defs:conn_handle

132     uint16_t conn_handle;  member
145 btshell_print_error(char *msg, uint16_t conn_handle, in btshell_print_error()
395 btshell_svc_add(uint16_t conn_handle, const struct ble_gatt_svc *gatt_svc) in btshell_svc_add()
477 btshell_chr_add(uint16_t conn_handle, uint16_t svc_start_handle, in btshell_chr_add()
567 btshell_dsc_add(uint16_t conn_handle, uint16_t chr_val_handle, in btshell_dsc_add()
668 btshell_on_mtu(uint16_t conn_handle, const struct ble_gatt_error *error, in btshell_on_mtu()
693 btshell_disc_full_dscs(uint16_t conn_handle) in btshell_disc_full_dscs()
732 btshell_disc_full_chrs(uint16_t conn_handle) in btshell_disc_full_chrs()
762 btshell_on_disc_s(uint16_t conn_handle, const struct ble_gatt_error *error, in btshell_on_disc_s()
786 btshell_on_disc_c(uint16_t conn_handle, const struct ble_gatt_error *error, in btshell_on_disc_c()
814 btshell_on_disc_d(uint16_t conn_handle, const struct ble_gatt_error *error, in btshell_on_disc_d()
839 btshell_on_read(uint16_t conn_handle, const struct ble_gatt_error *error, in btshell_on_read()
864 btshell_on_write(uint16_t conn_handle, const struct ble_gatt_error *error, in btshell_on_write()
882 btshell_on_write_reliable(uint16_t conn_handle, in btshell_on_write_reliable()
1220 btshell_on_l2cap_update(uint16_t conn_handle, int status, void *arg) in btshell_on_l2cap_update()
1284 btshell_exchange_mtu(uint16_t conn_handle) in btshell_exchange_mtu()
1293 btshell_disc_all_chrs(uint16_t conn_handle, uint16_t start_handle, in btshell_disc_all_chrs()
1306 btshell_disc_chrs_by_uuid(uint16_t conn_handle, uint16_t start_handle, in btshell_disc_chrs_by_uuid()
1320 btshell_disc_svcs(uint16_t conn_handle) in btshell_disc_svcs()
1329 btshell_disc_svc_by_uuid(uint16_t conn_handle, const ble_uuid_t *uuid) in btshell_disc_svc_by_uuid()
1339 btshell_disc_all_dscs(uint16_t conn_handle, uint16_t start_handle, in btshell_disc_all_dscs()
1350 btshell_disc_full(uint16_t conn_handle) in btshell_disc_full()
1373 btshell_find_inc_svcs(uint16_t conn_handle, uint16_t start_handle, in btshell_find_inc_svcs()
1384 btshell_read(uint16_t conn_handle, uint16_t attr_handle) in btshell_read()
1406 btshell_read_long(uint16_t conn_handle, uint16_t attr_handle, uint16_t offset) in btshell_read_long()
1416 btshell_read_by_uuid(uint16_t conn_handle, uint16_t start_handle, in btshell_read_by_uuid()
1427 btshell_read_mult(uint16_t conn_handle, uint16_t *attr_handles, in btshell_read_mult()
1438 btshell_write(uint16_t conn_handle, uint16_t attr_handle, struct os_mbuf *om) in btshell_write()
1453 btshell_write_no_rsp(uint16_t conn_handle, uint16_t attr_handle, in btshell_write_no_rsp()
1464 btshell_write_long(uint16_t conn_handle, uint16_t attr_handle, in btshell_write_long()
1475 btshell_write_reliable(uint16_t conn_handle, in btshell_write_reliable()
1621 btshell_term_conn(uint16_t conn_handle, uint8_t reason) in btshell_term_conn()
1681 btshell_update_conn(uint16_t conn_handle, struct ble_gap_upd_params *params) in btshell_update_conn()
1696 btshell_datalen(uint16_t conn_handle, uint16_t tx_octets, uint16_t tx_time) in btshell_datalen()
1705 btshell_l2cap_update(uint16_t conn_handle, in btshell_l2cap_update()
1716 btshell_sec_pair(uint16_t conn_handle) in btshell_sec_pair()
1742 btshell_sec_start(uint16_t conn_handle) in btshell_sec_start()
1755 btshell_sec_restart(uint16_t conn_handle, in btshell_sec_restart()
1844 btshell_rssi(uint16_t conn_handle, int8_t *out_rssi) in btshell_rssi()
1871 btshell_l2cap_coc_add(uint16_t conn_handle, struct ble_l2cap_chan *chan) in btshell_l2cap_coc_add()
1902 btshell_l2cap_coc_remove(uint16_t conn_handle, struct ble_l2cap_chan *chan) in btshell_l2cap_coc_remove()
1941 btshell_l2cap_coc_accept(uint16_t conn_handle, uint16_t peer_mtu, in btshell_l2cap_coc_accept()
2025 btshell_l2cap_connect(uint16_t conn_handle, uint16_t psm) in btshell_l2cap_connect()
2044 btshell_l2cap_disconnect(uint16_t conn_handle, uint16_t idx) in btshell_l2cap_disconnect()
2079 btshell_l2cap_send(uint16_t conn_handle, uint16_t idx, uint16_t bytes) in btshell_l2cap_send()