Searched refs:ble_stack_gatt_mtu_get (Results 1 – 8 of 8) sorted by relevance
83 | ble_stack_gatt_mtu_get | GATT,获取当前连接MTU大小 |201 ### ble_stack_gatt_mtu_get subsection204 int ble_stack_gatt_mtu_get(int16_t conn_handle)
84 node->mtu = ble_stack_gatt_mtu_get(node->conn_handle); in mtu_exchange()
96 node->mtu = ble_stack_gatt_mtu_get(node->conn_handle); in mtu_exchange()
378 LOGD(TAG, "mtu get %d", ble_stack_gatt_mtu_get(e->conn_handle)); in mtu_exchange()
70 test_svc.mtu = ble_stack_gatt_mtu_get(e->conn_handle); in event_gatt_mtu_exchange()88 ret = ble_stack_gatt_mtu_get(-1); in cmd_gatt_exchange_mtu()111 getmtu = ble_stack_gatt_mtu_get(g_bt_conn_handle); in cmd_gatt_exchange_mtu()
349 int ble_stack_gatt_mtu_get(int16_t conn_handle);
69 test_svc.mtu = ble_stack_gatt_mtu_get(e->conn_handle); in event_gatt_mtu_exchange()1458 …printf("mtu exchange %s, mtu %d\n", e->err ? "fail" : "success", ble_stack_gatt_mtu_get(e->conn_ha… in event3_mtu_change()1675 int mtu = ble_stack_gatt_mtu_get(test3_svc.conn_handle) - 3; in transport_task()
880 int ble_stack_gatt_mtu_get(int16_t conn_handle) in ble_stack_gatt_mtu_get() function
Completed in 18 milliseconds