Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c48 static void read_ready_cb(uint16_t local_channel_id, BT_HDR *packet);
66 .pL2CA_DataInd_Cb = read_ready_cb,
364 static void read_ready_cb(uint16_t local_channel_id, BT_HDR *packet) in read_ready_cb() function