Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2cap_client.c47 static void config_request_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *requested_parameters);
65 .pL2CA_ConfigInd_Cb = config_request_cb,
212 static void config_request_cb(uint16_t local_channel_id, tL2CAP_CFG_INFO *requested_parameters) { in config_request_cb() function