Home
last modified time | relevance | path

Searched defs:msg_len (Results 1 – 4 of 4) sorted by relevance

/system/core/libcutils/
Ddebugger.c32 static int send_request(int sock_fd, void* msg_ptr, size_t msg_len) { in send_request()
/system/bt/stack/smp/
Dsmp_keys.c1263 UINT8 msg_len = BT_OCTET32_LEN /* U size */ + BT_OCTET32_LEN /* V size */ + 1 /* Z size */; in smp_calculate_f4() local
1378 UINT8 msg_len = BT_OCTET32_LEN /* U size */ + BT_OCTET32_LEN /* V size */ in smp_calculate_g2() local
1611 UINT8 msg_len = 1 /* Counter size */ + 4 /* keyID size */ + in smp_calculate_f5_mackey_or_long_term_key() local
1851 UINT8 msg_len = BT_OCTET16_LEN /* N1 size */ + BT_OCTET16_LEN /* N2 size */ + in smp_calculate_f6() local
2136 UINT8 msg_len = 4 /* KeyID size */; in smp_calculate_h6() local
/system/bt/stack/gatt/
Dgatt_sr.c768 UINT16 msg_len = (UINT16)(sizeof(BT_HDR) + p_tcb->payload_size + L2CAP_MIN_OFFSET); in gatts_process_primary_service_req() local
980 UINT16 msg_len = (UINT16)(sizeof(BT_HDR) + p_tcb->payload_size + L2CAP_MIN_OFFSET), in gatts_process_read_by_type_req() local
Dgatt_main.c971 UINT16 msg_len; in gatt_data_process() local